Skip to content

timers: check for immediate instance in clearImmediate#57069

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
gurgunday:timers-fix
Mar 1, 2025
Merged

timers: check for immediate instance in clearImmediate#57069
nodejs-github-bot merged 1 commit intonodejs:mainfrom
gurgunday:timers-fix

Conversation

@gurgunday
Copy link
Copy Markdown
Member

Fixes #57063

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Calling clearImmediate on setTimeout return value can make future setTimeout callbacks never run

8 participants